Now we need each frame of Menu Item to contain a title, in a Set Variable action, that will set the text field title (inside the first button that we made) to display whatever title we specify. Here’s an example: title = getProperty (“”,_name) add “---Efudex” ; Which means, “tell the text field, title, to display this timeline’s current frame and whatever title we specify. So when the movie is exported, the menu item with the instance name 1 would have a button that reads 1---Efudex. Similarly, the menu item, 2, would read 2---Plendil. Frame 2 is identical, just with a different title: title = getProperty (“”,_name) add “---Plendil”; So, if we want ten menu items, we would have ten different Set Variable actions telling the button what to say. When the movie is exported, the menu item instance name 1 would have a button that reads 1---Efudex. Similarly menu item, 2, would read 2----Plendil.